home *** CD-ROM | disk | FTP | other *** search
- /* Header for module TP_Misc, generated by p2c */
-
- #ifndef TP_MISC_H
-
- #define TP_MISC_H
-
- #ifndef TP_DECL_H
- #include "tp_decl.h"
- #endif
-
-
- #ifdef TP_MISC_G
- # define vextern
- #else
- # define vextern extern
- #endif
-
- unsigned int Power(unsigned int TheNumber,unsigned int TheExp);
- Char *I2S(Char *Result, long Num);
- Char *SI2S(Char *Result,long Num);
- Char *B2S(Char *Result,long Num);
- Char *LI2S(Char *Result, long Num);
- Char *W2S(Char *Result,long Num);
- long TimeDiff(MeasureTime time2, MeasureTime time1);
- boolean EqualTime(MeasureTime time2, MeasureTime time1);
- Void AddTime (MeasureTime time2, MeasureTime time1, MeasureTime *time3);
- /* void stim( unsigned short M, unsigned short P, MeasureTime *time1); */
- void SetTim(MeasureTime *time1,unsigned int M, unsigned int P);
- void DisplayLicense(void);
- boolean FileExists(Char *Filename);
- void _TP_Misc_init(void);
- unsigned int Probeer(unsigned int getal);
- #undef vextern
-
- #endif /*TP_MISC_H*/
-
-
-
- /* End. */
-
-